From cc3df3a0c48a0a1235a22a0870926db1974c30eb Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 5 Apr 2006 17:57:11 +0000 Subject: [PATCH] Add sample file for ini-file support. --- gpsbabel/gpsbabel-sample.ini | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 gpsbabel/gpsbabel-sample.ini diff --git a/gpsbabel/gpsbabel-sample.ini b/gpsbabel/gpsbabel-sample.ini new file mode 100644 index 000000000..743e9d704 --- /dev/null +++ b/gpsbabel/gpsbabel-sample.ini @@ -0,0 +1,35 @@ +;------------------------------------------------------------------ +[Common format settings] +# snlen = 6 + +;------------------------------------------------------------------ +[Common filter settings] + +;------------------------------------------------------------------ +[Garmin categories] +; any # from 1 to 16 + +1 = Biker Stuff +2 = Slow food +3 = Fast food +16 = Fixed + +;------------------------------------------------------------------ +[ garmin_txt ] +Date = DD.MM.YYYY +Time = HH:mm:ss XX +Dist = M +Temp = C +Prec = 6 + +[ gdb ] +via = 1 + +;------------------------------------------------------------------ +[ tiger ] +snlen=7 + +;------------------------------------------------------------------ +[pathaway] +# dbname = The Last Trip +deficon = Golf Course -- 2.30.2